go/parser.parser.printTrace (method)

6 uses

	go/parser (current package)
		parser.go#L93: func (p *parser) printTrace(a ...any) {
		parser.go#L109: 	p.printTrace(msg, "(")
		parser.go#L117: 	p.printTrace(")")
		parser.go#L148: 			p.printTrace(s, p.lit)
		parser.go#L150: 			p.printTrace("\"" + s + "\"")
		parser.go#L152: 			p.printTrace(s)